go/types.Checker.newAssertableTo (method)

2 uses

	go/types (current package)
		api_predicates.go#L25: 	return (*Checker)(nil).newAssertableTo(V, T, nil)
		lookup.go#L564: func (check *Checker) newAssertableTo(V, T Type, cause *string) bool {